home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / stuff / lastcall.dxr / 00239_Wait for animations to end.ls < prev    next >
Encoding:
Text File  |  2000-03-27  |  203 b   |  18 lines

  1. on beginSprite
  2.   waitCursor()
  3. end
  4.  
  5. on exitFrame
  6.   if patronsStillAnimating() then
  7.     go(the frame)
  8.   else
  9.     if beyondMinTips() then
  10.       endOfLevel()
  11.     end if
  12.   end if
  13. end
  14.  
  15. on idle
  16.   nothing()
  17. end
  18.